Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference


deleteSessionProfile

This procedure deletes session-specific profile data. It is run from dynamics\as_disconnect.p when a client disconnects from an agent.

User profile data can be permanent or scoped to a specific session. Permanent data is stored between sessions and has a blank context_id. Session-specific data is not stored between sessions and has a nonblank context_id.

Location: af\app\afpromngrp.i

Parameters: None

Notes: This procedure must use the actual SESSION:SERVER-CONNECTION-ID and not the gscSessionId. The gscSessionId might have been set to null by the time this procedure runs.

Examples: See the main block in dynamics\as_disconnect.p.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095